Click or drag to resize

PushSubscription Constructor (FolderId, EventType, String)

Initializes a new instance of the PushSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PushSubscription(
	FolderId folderId,
	EventType eventType,
	string url
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
eventType
Type: Independentsoft.ExchangeEventType
url
Type: SystemString
See Also